home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Frontier 4.2.3 / Online Docs / gifs / tour40.gif < prev    next >
Graphics Interchange Format  |  1996-10-05  |  3KB  |  393x166  |  1-bit (2 colors)
Labels: text | screenshot | font
OCR: on doGather (path) local (f) fileloop (f in path) << loop over all the files in the path · if file.isFolder (f) «it's a folder, recurse if f != destfolder «don't go into the new folder dogather (f) .::: else «it's a file msg (file.fileFromPath (f)) if recently Changed (f) «it matches the local script's criteria file.new Alias (f, destfolder + file.fileFromPath (f)) «create the alias ctgathered++